home *** CD-ROM | disk | FTP | other *** search
- ; Script file to decompress .jdc files and assign e586DX:
-
- copy e586DX:lhex ram:
- makedir ram:e586DX_Temp
- assign OurPC: ram:e586DX_Temp
-
- echo "Copying files to temporary storage..."
- echo
- copy >NIL: e586DX: OurPC: all
- copy >NIL: OurPC:iconx sys:c/
-
- cd OurPC:PC_EMU/devs
-
- ram:lhex -qf x devs.lha
- delete >NIL: #?.lha
-
- cd /Fonts/
- ram:lhex -qf x fonts.lha
- delete >NIL: #?.lha
-
- ;cd /documentation/
- ;delete >NIL: #?.lha
-
- ;cd /Ext_IO/
- ;delete >NIL: #?.lha
-
- cd /libs/
- ram:lhex -qf x libs.lha
- delete >NIL: #?.lha
-
- cd /Video_Drivers/
- ram:lhex -qf x videodrivers.lha
- delete >NIL: #?.lha
-
- cd /
- ram:lhex -qf x e586DX.lha
- delete >NIL: #?.lha
-
- delete >NIL: ram:lhex
-
- cd OurPC:
-
- installer SCRIPT InstallerScript APPNAME "EMPLANT's e586DX Emulation Upgrade" MINUSER average DEFUSER average
- assign OurPC: remove
- echo " "
- echo "Cleaning up temporary installation storage..."
- echo
- cd ram:
- delete >NIL: e586DX#? all
-